app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(cons, app2(app2(mapt, f), x))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(node, app2(app2(maptlist, f), xs))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(maptlist, f)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(mapt, f)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(leaf, app2(f, x))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(cons, app2(app2(mapt, f), x))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(node, app2(app2(maptlist, f), xs))
APP2(app2(mapt, f), app2(node, xs)) -> APP2(maptlist, f)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(mapt, f)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(leaf, app2(f, x))
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))
The following pairs can be oriented strictly and are deleted.
The remaining pairs can at least be oriented weakly.
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(mapt, f), app2(leaf, x)) -> APP2(f, x)
APP2(app2(mapt, f), app2(node, xs)) -> APP2(app2(maptlist, f), xs)
APP2(app2(maptlist, f), app2(app2(cons, x), xs)) -> APP2(app2(mapt, f), x)
POL(APP2(x1, x2)) = x1 + 2·x2
POL(app2(x1, x2)) = x1 + x2
POL(cons) = 2
POL(leaf) = 2
POL(mapt) = 2
POL(maptlist) = 1
POL(node) = 0
↳ QTRS
↳ DependencyPairsProof
↳ QDP
↳ DependencyGraphProof
↳ QDP
↳ QDPOrderProof
↳ QDP
↳ PisEmptyProof
app2(app2(mapt, f), app2(leaf, x)) -> app2(leaf, app2(f, x))
app2(app2(mapt, f), app2(node, xs)) -> app2(node, app2(app2(maptlist, f), xs))
app2(app2(maptlist, f), nil) -> nil
app2(app2(maptlist, f), app2(app2(cons, x), xs)) -> app2(app2(cons, app2(app2(mapt, f), x)), app2(app2(maptlist, f), xs))